3.32.65 \(\int \frac {(a+b x)^m (c+d x)^n}{(e+f x)^3} \, dx\) [3165]

Optimal. Leaf size=103 \[ \frac {b^2 (a+b x)^{1+m} (c+d x)^n \left (\frac {b (c+d x)}{b c-a d}\right )^{-n} F_1\left (1+m;-n,3;2+m;-\frac {d (a+b x)}{b c-a d},-\frac {f (a+b x)}{b e-a f}\right )}{(b e-a f)^3 (1+m)} \]

[Out]

b^2*(b*x+a)^(1+m)*(d*x+c)^n*AppellF1(1+m,-n,3,2+m,-d*(b*x+a)/(-a*d+b*c),-f*(b*x+a)/(-a*f+b*e))/(-a*f+b*e)^3/(1
+m)/((b*(d*x+c)/(-a*d+b*c))^n)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 103, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {142, 141} \begin {gather*} \frac {b^2 (a+b x)^{m+1} (c+d x)^n \left (\frac {b (c+d x)}{b c-a d}\right )^{-n} F_1\left (m+1;-n,3;m+2;-\frac {d (a+b x)}{b c-a d},-\frac {f (a+b x)}{b e-a f}\right )}{(m+1) (b e-a f)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*x)^m*(c + d*x)^n)/(e + f*x)^3,x]

[Out]

(b^2*(a + b*x)^(1 + m)*(c + d*x)^n*AppellF1[1 + m, -n, 3, 2 + m, -((d*(a + b*x))/(b*c - a*d)), -((f*(a + b*x))
/(b*e - a*f))])/((b*e - a*f)^3*(1 + m)*((b*(c + d*x))/(b*c - a*d))^n)

Rule 141

Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Simp[(b*e - a*f
)^p*((a + b*x)^(m + 1)/(b^(p + 1)*(m + 1)*(b/(b*c - a*d))^n))*AppellF1[m + 1, -n, -p, m + 2, (-d)*((a + b*x)/(
b*c - a*d)), (-f)*((a + b*x)/(b*e - a*f))], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x] &&  !IntegerQ[m] &&  !Int
egerQ[n] && IntegerQ[p] && GtQ[b/(b*c - a*d), 0] &&  !(GtQ[d/(d*a - c*b), 0] && SimplerQ[c + d*x, a + b*x])

Rule 142

Int[((a_) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Dist[(c + d*x)^
FracPart[n]/((b/(b*c - a*d))^IntPart[n]*(b*((c + d*x)/(b*c - a*d)))^FracPart[n]), Int[(a + b*x)^m*(b*(c/(b*c -
 a*d)) + b*d*(x/(b*c - a*d)))^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x] &&  !IntegerQ[m] &&
 !IntegerQ[n] && IntegerQ[p] &&  !GtQ[b/(b*c - a*d), 0] &&  !SimplerQ[c + d*x, a + b*x]

Rubi steps

\begin {align*} \int \frac {(a+b x)^m (c+d x)^n}{(e+f x)^3} \, dx &=\left ((c+d x)^n \left (\frac {b (c+d x)}{b c-a d}\right )^{-n}\right ) \int \frac {(a+b x)^m \left (\frac {b c}{b c-a d}+\frac {b d x}{b c-a d}\right )^n}{(e+f x)^3} \, dx\\ &=\frac {b^2 (a+b x)^{1+m} (c+d x)^n \left (\frac {b (c+d x)}{b c-a d}\right )^{-n} F_1\left (1+m;-n,3;2+m;-\frac {d (a+b x)}{b c-a d},-\frac {f (a+b x)}{b e-a f}\right )}{(b e-a f)^3 (1+m)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.28, size = 101, normalized size = 0.98 \begin {gather*} \frac {b^2 (a+b x)^{1+m} (c+d x)^n \left (\frac {b (c+d x)}{b c-a d}\right )^{-n} F_1\left (1+m;-n,3;2+m;\frac {d (a+b x)}{-b c+a d},\frac {f (a+b x)}{-b e+a f}\right )}{(b e-a f)^3 (1+m)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x)^m*(c + d*x)^n)/(e + f*x)^3,x]

[Out]

(b^2*(a + b*x)^(1 + m)*(c + d*x)^n*AppellF1[1 + m, -n, 3, 2 + m, (d*(a + b*x))/(-(b*c) + a*d), (f*(a + b*x))/(
-(b*e) + a*f)])/((b*e - a*f)^3*(1 + m)*((b*(c + d*x))/(b*c - a*d))^n)

________________________________________________________________________________________

Maple [F]
time = 0.02, size = 0, normalized size = 0.00 \[\int \frac {\left (b x +a \right )^{m} \left (d x +c \right )^{n}}{\left (f x +e \right )^{3}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^m*(d*x+c)^n/(f*x+e)^3,x)

[Out]

int((b*x+a)^m*(d*x+c)^n/(f*x+e)^3,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^n/(f*x+e)^3,x, algorithm="maxima")

[Out]

integrate((b*x + a)^m*(d*x + c)^n/(f*x + e)^3, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^n/(f*x+e)^3,x, algorithm="fricas")

[Out]

integral((b*x + a)^m*(d*x + c)^n/(f^3*x^3 + 3*f^2*x^2*e + 3*f*x*e^2 + e^3), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**m*(d*x+c)**n/(f*x+e)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^m*(d*x+c)^n/(f*x+e)^3,x, algorithm="giac")

[Out]

integrate((b*x + a)^m*(d*x + c)^n/(f*x + e)^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (a+b\,x\right )}^m\,{\left (c+d\,x\right )}^n}{{\left (e+f\,x\right )}^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*x)^m*(c + d*x)^n)/(e + f*x)^3,x)

[Out]

int(((a + b*x)^m*(c + d*x)^n)/(e + f*x)^3, x)

________________________________________________________________________________________